xen.git
2005-09-01 shand@ubuntu... Fix build dependency for the XEN tpm driver.
2005-09-01 kaf24@firebug... Better Xen backtraces in debug builds (follow the
2005-09-01 cl349@firebug... Fix network setup through hotplug on SUSE.
2005-09-01 cl349@firebug... Hook up sysrq for xencons.
2005-09-01 cl349@firebug... Fix closing of /var/log/xend.log fd
2005-09-01 cl349@firebug... remove random file
2005-09-01 cl349@firebug... merge?
2005-09-01 cl349@firebug... Cleanup domain listing.
2005-09-01 cl349@firebug... Fix xm list for when info is requested for individual...
2005-09-01 kaf24@firebug... Avoid code duplication between stringified and
2005-09-01 kaf24@firebug... Use entry_get_paddr(l1e) to get the PFN
2005-09-01 kaf24@firebug... Tiny build fix for gcc 4.0.1
2005-09-01 kaf24@firebug... VTPM is off by default.
2005-09-01 cl349@firebug... Linux 2.6 cleanups.
2005-09-01 kaf24@firebug... Remove curl checks. Patch from Anthony Liguori.
2005-08-31 shand@ubuntu... merge?
2005-08-31 shand@ubuntu... Fix vtpm build when doing 'make dist' (particularly...
2005-08-31 kaf24@firebug... Fix non-SMP build, broken by the previous changeset.
2005-08-31 kaf24@firebug... Fix DEBUG_PREEMPT builds. irq_disabled() macro must...
2005-08-31 kaf24@firebug... Disallow domain 0 access to certain I/O port ranges
2005-08-31 vh249@arcadians... extends xm info with xen version and various others...
2005-08-31 cl349@firebug... Wait a little bit for tty to appear.
2005-08-31 cl349@firebug... merge?
2005-08-31 kaf24@firebug... This patch adjusts the plan9 loader to start "physical...
2005-08-31 kaf24@firebug... Add back missing part of XenLinux acpi/boot.c.
2005-08-31 cl349@firebug... Use MIN instead of MAX to avoid reading more than fits...
2005-08-31 kaf24@firebug... merge?
2005-08-30 adsharma@los... Merge.
2005-08-30 cl349@firebug... merge?
2005-08-30 cl349@firebug... Use watch to detect new domains and avoid polling for...
2005-08-30 cl349@firebug... Raise VIRQ_DOM_EXC when a domain is destroyed from...
2005-08-30 shand@ubuntu... Remainder of Intel/IBM joint TPM Virtualization impleme...
2005-08-30 shand@ubuntu... TPM front-end and back-end implementation, and configur...
2005-08-30 cl349@firebug... Don't clear console entries.
2005-08-30 shand@ubuntu... vTPM manager - Intel/IBM joint TPM Virtualization imple...
2005-08-30 shand@ubuntu... Provide xend support for setting up TPM front- and...
2005-08-30 shand@ubuntu... Documentation about how to use the virtual TPM implemen...
2005-08-30 kaf24@firebug... Unify access to mpt using macros.
2005-08-30 kaf24@firebug... Add some more EXPORT_SYMBOLs for Xen-defined stuff.
2005-08-30 kaf24@firebug... Some fixes to the performance counters code.
2005-08-30 kaf24@firebug... When generating an exception frame for injection into a
2005-08-30 kaf24@firebug... Fix x86/64 Xen register and stack dumps so they don't
2005-08-30 kaf24@firebug... Fix x86/64 pagetable initialisation to not waste several
2005-08-30 cl349@firebug... merge?
2005-08-30 cl349@firebug... New console transport and update xenconsoled.
2005-08-30 kaf24@firebug... Fix user-space four- and five-argument hypercalls on
2005-08-30 kaf24@firebug... Fix memory_op domid parameter in dom0 tools.
2005-08-30 kaf24@firebug... Fix build failure due to missing unistd.h
2005-08-30 kaf24@firebug... Cross-compilation fixes.
2005-08-30 kaf24@firebug... Make mbootpack work on big-endian systems.
2005-08-30 kaf24@firebug... Replace dom_mem_op hypercall with memory_op hypercall...
2005-08-30 kaf24@firebug... This patch export symbols in xenbus that is used by...
2005-08-30 kaf24@firebug... Add CONFIG_BLK_DEV_UB as unconfigured item to x86/64...
2005-08-30 shand@ubuntu... Fix save/restore (for SMP guests in particularl); ...
2005-08-29 adsharma@los... Sync Makefile with xen-unstable.hg. This should fix...
2005-08-29 adsharma@los... Merge.
2005-08-29 adsharma@los... Merge.
2005-08-29 cl349@firebug... Simplify and fix SMP irq and ipi teardown/setup on...
2005-08-29 cl349@firebug... Update suspend/resume functions for xenbus.
2005-08-29 cl349@firebug... Only hotplug cpus and save/restore vcpu context on...
2005-08-29 kaf24@firebug... Fix page_is_ram() start-of-day checks, and the watch...
2005-08-29 cl349@firebug... Fix "bogus" check by moving it inside the length check.
2005-08-29 kaf24@firebug... Allocate a request-id space per vbd in blkfront.
2005-08-29 shand@ubuntu... Minor (partial) build fix for 2.4.
2005-08-29 shand@ubuntu... Fix nasty tools race between barking xu_autoreap()...
2005-08-28 kaf24@firebug... blkfront cleanup and retab.
2005-08-28 lcy@vtsmp-build... Update __vmread()
2005-08-27 kaf24@firebug... CONFIG_X86_PM_TIMER is a no-op option when building...
2005-08-27 kaf24@firebug... Don't build pcbios.c for xen/i386. No good can come...
2005-08-26 adsharma@los... Merge.
2005-08-26 kaf24@firebug... Refactor sync_lazy_execstate_cpu() into the more sensible
2005-08-26 kaf24@firebug... Clean up and fix hypercall macros in XenLinux: we must...
2005-08-26 kaf24@firebug... Remove the unused ia64 patch directory.
2005-08-26 kaf24@firebug... The patched attached enables x86_64 xenlinux with ...
2005-08-26 kaf24@firebug... Fix GDT allocation for SMP guests.
2005-08-26 cl349@firebug... Vnet update.
2005-08-26 cl349@firebug... Fix vnets in xm.
2005-08-26 kaf24@firebug... The patch removes broken, and very complicated malloc in
2005-08-26 kaf24@firebug... Clean up and fix domain_pause and friends. Synchronous
2005-08-26 kaf24@firebug... merge?
2005-08-26 cl349@firebug... Update xentop to use new name for Xen version function.
2005-08-26 cl349@firebug... Changed xentop.c to include version in the summary.
2005-08-26 cl349@firebug... Bugfix: xenstat_collect_networks now returns the correc...
2005-08-26 cl349@firebug... Cache the Xen version in the xenstat_handle, since...
2005-08-26 cl349@firebug... Formatting fixes for xenstat and xentop.
2005-08-26 cl349@firebug... Add file missed in c51562192ef6b1d94f6de7aba1daafe83530...
2005-08-25 djm@kirby.fc... Merge with -unstable
2005-08-25 adsharma@los... Fix typo.
2005-08-25 adsharma@los... Tracing hooks for VMX domains
2005-08-25 adsharma@los... Merge.
2005-08-25 cl349@firebug... Minor cleanups.
2005-08-25 adsharma@los... Merge.
2005-08-25 cl349@firebug... merge?
2005-08-25 cl349@firebug... Add hotplug script to run vif-bridge up script when...
2005-08-25 kaf24@firebug... Fix MPT mapping for x86/64. Also i386 no longer needs
2005-08-25 cl349@firebug... merge?
2005-08-25 cl349@firebug... merge?
2005-08-25 kaf24@firebug... Memory management fixes. Page tables are created, buddy...
2005-08-25 cl349@firebug... Cleanup unused code.
2005-08-25 kaf24@firebug... This patch fixes Bugzilla #169. (It should fix #187...
next